Rodney Dyer, PhD
Quarto is an open-source document creation system based upon a tool called Pandoc.
These tools allow you to weave together, raw data, analysis code, analysis output, graphics, and interactive elements into a single document that can be turned into a wide variety of products.
This means that you do not have to copy-paste from analysis -> Excel -> Word -> Powerpoint -> etc.
Quarto is an open source scientific and technical publishing system makes the process of workign with data, analyzing it, and writing it up suck just a little bit less by streamlining how we create content for:
Quarto is a document processing system and must be installed on your computer to be accessed from inside RStudio, VSCode, etc.
https://quarto.org has the latest version of the executable. Visit the site and download the proper version for your computer.
Note
The version used for this document was 1.0.38
The latest versions of RStudio have a source and visual editor for quarto documents.
To create a document from your markdown, use the Render button in the toolbar.
Depending on your configuration and the document type, the output will be displayed within either RStudio or in an external viewer (PDF, Word, etc.).